home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AvisynthPlugins / AutoCrop.xml < prev    next >
Extensible Markup Language  |  2004-10-01  |  4KB  |  56 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="AutoCrop">
  4.   <description />
  5.   <filters>
  6.     <filter name="AutoCrop" category="Broadcast Video Plugins" helpfile="autocrop" type="clip">
  7.       <description>Automatically crops black borders from a clip.</description>
  8.       <colorspaces>
  9.         <colorspace>yv12</colorspace>
  10.         <colorspace>yuy2</colorspace>
  11.       </colorspaces>
  12.       <parameters>
  13.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  14.           <description />
  15.           <items />
  16.         </parameter>
  17.         <parameter name="mode" type="int" default="1" max="2" min="0" step="1" optional="True" paramList="False">
  18.           <description>0 - Crop - Crops the image; 1 - Preview - Suggested cropping information is overlayed on the existing clip, including a crop command that you can use to replace AutoCrop with; 2 - Log - Logs the cropping parameters to the file "AutoCrop.log" in the current directory.  </description>
  19.           <items />
  20.         </parameter>
  21.         <parameter name="wMultOf" type="int" default="4" max="0" min="0" step="0" optional="True" paramList="False">
  22.           <description>Ensures that the width of the cropped clip will be a multiple of the number specified. Use this to ensure that clip is a valid for whatever codec you are going to compress with.</description>
  23.           <items />
  24.         </parameter>
  25.         <parameter name="hMultOf" type="int" default="2" max="0" min="0" step="0" optional="True" paramList="False">
  26.           <description>Ensures that the width of the cropped clip will be a multiple of the number specified. Use this to ensure that clip is a valid for whatever codec you are going to compress with.</description>
  27.           <items />
  28.         </parameter>
  29.         <parameter name="leftAdd" type="int" default="0" max="0" min="0" step="0" optional="True" paramList="False">
  30.           <description>Forces autocrop to crop and additional 'leftAdd' pixels after it completes auto detection. You can use this option in conjunction with wMultOf. Useful for cropping out bad quality lines on the side of VHS captures.</description>
  31.           <items />
  32.         </parameter>
  33.         <parameter name="rightAdd" type="clip" default="0" max="0" min="0" step="0" optional="True" paramList="False">
  34.           <description>Forces autocrop to crop and additional 'rightAdd' pixels after it completes auto detection. You can use this option in conjunction with wMultOf. Useful for cropping out bad quality lines on the side of VHS captures.</description>
  35.           <items />
  36.         </parameter>
  37.         <parameter name="topAdd" type="int" default="0" max="0" min="0" step="0" optional="True" paramList="False">
  38.           <description>Forces autocrop to crop and additional 'topAdd' pixels after it completes auto detection. You can use this option in conjunction with hMultOf. Useful for cropping out bad quality lines on the top of VHS captures.</description>
  39.           <items />
  40.         </parameter>
  41.         <parameter name="bottomAdd" type="clip" default="0" max="0" min="0" step="0" optional="True" paramList="False">
  42.           <description>Forces autocrop to crop and additional 'bottomAdd' pixels after it completes auto detection. You can use this option in conjunction with hMultOf. Useful for cropping out bad quality lines on the top of VHS captures.</description>
  43.           <items />
  44.         </parameter>
  45.         <parameter name="threshold" type="int" default="40" max="255" min="0" step="0" optional="True" paramList="False">
  46.           <description>Threshold is the average luminance a line must have before it's considered non blank.</description>
  47.           <items />
  48.         </parameter>
  49.         <parameter name="samples" type="int" default="10" max="0" min="0" step="0" optional="True" paramList="False">
  50.           <description>The number of frames to examine when determining the cropping information. This directly affects the startup time of the filter. In general 10 seems to be plenty, if the slow startup is bothering you make the number lower.</description>
  51.           <items />
  52.         </parameter>
  53.       </parameters>
  54.     </filter>
  55.   </filters>
  56. </plugin>